home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / b / b.lha / B / src / bint / b3sta.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-24  |  532 b   |  19 lines

  1. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
  2.  
  3. /*
  4.   $Header: b3sta.h,v 1.4 85/08/22 16:48:00 timo Exp $
  5. */
  6.  
  7. #undef Procedure
  8. #define Procedure int
  9.  
  10. Procedure v_formal(); 
  11. Procedure l_formal();
  12.  
  13. extern parsetree pc; /* 'Program counter', current parsetree node */
  14. extern parsetree next; /* Next parsetree node (changed by jumps) */
  15. extern bool report; /* 'Condition code register', outcome of last test */
  16.  
  17. extern bool noloc; /* Set while evaluating (as opposed to locating)
  18.             formal parameters of HOW'TOs */
  19.